Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Prop spreading for Tree #264

Merged
merged 1 commit into from
Jan 19, 2019
Merged

fix: Prop spreading for Tree #264

merged 1 commit into from
Jan 19, 2019

Conversation

greg-a-smith
Copy link
Contributor

@greg-a-smith greg-a-smith commented Jan 18, 2019

NOTE: The API doesn't easily allow for prop spreading to elements below the header and list so I did a few of them in this PR and created #265 for the follow-up work.

@greg-a-smith greg-a-smith requested a review from a team January 18, 2019 21:29
@@ -146,7 +146,7 @@ export class Tree extends Component {
role='treeitem'>
<div className='fd-tree__row'>
{parent}
{<Dropdown isContextual />}
{<Dropdown />}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we ever get an answer on this isContexual prop?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, @chrismanciero found a commit where it was removed from Dropdown, but apparently just missed in a few of the places that called it.

Copy link
Contributor

@bcullman bcullman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@greg-a-smith greg-a-smith merged commit a71665b into master Jan 19, 2019
@greg-a-smith greg-a-smith deleted the fix/tree-spread branch January 19, 2019 16:24
greg-a-smith added a commit that referenced this pull request Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants